SystemLinuxloop through lines in a variableloop through lines in a variablewhile IFS= read -r line; do echo "... $line ..."done <<< "$list"